home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 December / CHIPNET Aralık 1997.iso / oyun / elf.exe / ELF.EXE / 0 / RCDATA / TLOGINWIZARD / TLOGINWIZARD.txt < prev   
Text File  |  1997-02-13  |  2KB  |  129 lines

  1. object LoginWizard: TLoginWizard
  2.   Left = 208
  3.   Top = 118
  4.   ActiveControl = BitBtn1
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Login wizard'
  8.   ClientHeight = 273
  9.   ClientWidth = 429
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 4
  20.     Top = 108
  21.     Width = 77
  22.     Height = 157
  23.     Alignment = taRightJustify
  24.     Caption = 'You haven'#39't yet defined the triggers to automatically login.'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 108
  28.     Top = 8
  29.     Width = 271
  30.     Height = 13
  31.     Caption = 'Do you want to add them now with the following settings?'
  32.   end
  33.   object Bevel2: TBevel
  34.     Left = 88
  35.     Top = 8
  36.     Width = 5
  37.     Height = 257
  38.     Shape = bsLeftLine
  39.   end
  40.   object Label3: TLabel
  41.     Left = 96
  42.     Top = 48
  43.     Width = 90
  44.     Height = 13
  45.     Caption = 'USERNAME query'
  46.   end
  47.   object Label4: TLabel
  48.     Left = 96
  49.     Top = 100
  50.     Width = 92
  51.     Height = 13
  52.     Caption = 'PASSWORD query'
  53.   end
  54.   object Label5: TLabel
  55.     Left = 96
  56.     Top = 156
  57.     Width = 51
  58.     Height = 13
  59.     Caption = 'User name'
  60.   end
  61.   object Label6: TLabel
  62.     Left = 100
  63.     Top = 180
  64.     Width = 46
  65.     Height = 13
  66.     Caption = 'Password'
  67.   end
  68.   object Image1: TImage
  69.     Left = 4
  70.     Top = 12
  71.     Width = 81
  72.     Height = 73
  73.     Picture.Data = {<image000.TMetafile>}
  74.     Stretch = True
  75.   end
  76.   object UserAnswer: TEdit
  77.     Left = 152
  78.     Top = 152
  79.     Width = 137
  80.     Height = 21
  81.     TabOrder = 0
  82.   end
  83.   object PassAnswer: TEdit
  84.     Left = 152
  85.     Top = 176
  86.     Width = 137
  87.     Height = 21
  88.     TabOrder = 1
  89.   end
  90.   object BitBtn1: TBitBtn
  91.     Left = 256
  92.     Top = 240
  93.     Width = 75
  94.     Height = 25
  95.     TabOrder = 2
  96.     Kind = bkOK
  97.   end
  98.   object BitBtn2: TBitBtn
  99.     Left = 340
  100.     Top = 240
  101.     Width = 75
  102.     Height = 25
  103.     TabOrder = 3
  104.     Kind = bkCancel
  105.   end
  106.   object USERQuery: TEdit
  107.     Left = 108
  108.     Top = 68
  109.     Width = 313
  110.     Height = 21
  111.     TabOrder = 4
  112.   end
  113.   object PASSQuery: TEdit
  114.     Left = 108
  115.     Top = 120
  116.     Width = 313
  117.     Height = 21
  118.     TabOrder = 5
  119.   end
  120.   object disable: TCheckBox
  121.     Left = 96
  122.     Top = 212
  123.     Width = 245
  124.     Height = 17
  125.     Caption = 'Disable this wizard for the present configuration'
  126.     TabOrder = 6
  127.   end
  128. end
  129.